GtkApplication: document icon path setup
authorRyan Lortie <desrt@desrt.ca>
Mon, 7 Jul 2014 18:36:57 +0000 (14:36 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 7 Jul 2014 18:46:28 +0000 (14:46 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=722092

gtk/gtkapplication.c

index c79f80ea05d734aaae5e71bbc477ae627e6cc7bc..e77cdc490aff9590470a84321cb5292325da8628 100644 (file)
  * It is also possible to provide the menus manually using
  * gtk_application_set_app_menu() and gtk_application_set_menubar().
  *
+ * #GtkApplication will also automatically setup an icon search path for
+ * the default icon theme by appending "icons" to the resource base
+ * path.  This allows your application to easily store its icons as
+ * resources.  See gtk_icon_theme_add_resource_path() for more
+ * information.
+ *
  * ## A simple application ## {#gtkapplication}
  *
  * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/bp/bloatpad.c)